OMAP3: overo : Add environment variable optargs to bootargs
authorPhilip Balister <[email protected]>
Tue, 11 Oct 2011 11:23:23 +0000 (11:23 +0000)
committerAlbert ARIBAUD <[email protected]>
Thu, 27 Oct 2011 19:56:35 +0000 (21:56 +0200)
This allows the user can easily add extra kernel arguments. Very helpful
for reserving memory for the DSP without rewriting the entire kernel
argument line.

Signed-off-by: Philip Balister <[email protected]>
Tested-by: Steve Sakoman <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
include/configs/omap3_overo.h

index 657323543936925d3c84743834826dae91b8a0ac..afdefd95572d7e2c7a46d21053c52377a8f5e845 100644 (file)
        "loadaddr=0x82000000\0" \
        "console=ttyO2,115200n8\0" \
        "mpurate=500\0" \
+       "optargs=\0" \
        "vram=12M\0" \
        "dvimode=1024x768MR-16@60\0" \
        "defaultdisplay=dvi\0" \
        "nandroot=/dev/mtdblock4 rw\0" \
        "nandrootfstype=jffs2\0" \
        "mmcargs=setenv bootargs console=${console} " \
+               "${optargs} " \
                "mpurate=${mpurate} " \
                "vram=${vram} " \
                "omapfb.mode=dvi:${dvimode} " \
                "root=${mmcroot} " \
                "rootfstype=${mmcrootfstype}\0" \
        "nandargs=setenv bootargs console=${console} " \
+               "${optargs} " \
                "mpurate=${mpurate} " \
                "vram=${vram} " \
                "omapfb.mode=dvi:${dvimode} " \